home *** CD-ROM | disk | FTP | other *** search
- object dlgOptions: TdlgOptions
- Left = 330
- Top = 239
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 378
- ClientWidth = 467
- Color = 10420224
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 467
- Height = 344
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- Color = clNavy
- TabOrder = 0
- object ExtPageControl1: TExtPageControl
- Left = 5
- Top = 5
- Width = 457
- Height = 334
- ActivePage = TabSheet1
- Align = alClient
- TabHeight = 20
- TabOrder = 0
- TabWidth = 70
- Color = clNavy
- ParentColor = False
- TabActiveColor = clNavy
- TabActiveFont.Charset = DEFAULT_CHARSET
- TabActiveFont.Color = clWhite
- TabActiveFont.Height = -11
- TabActiveFont.Name = 'MS Sans Serif'
- TabActiveFont.Style = []
- TabInactiveColor = clNavy
- TabInactiveFont.Charset = DEFAULT_CHARSET
- TabInactiveFont.Color = clSilver
- TabInactiveFont.Height = -11
- TabInactiveFont.Name = 'MS Sans Serif'
- TabInactiveFont.Style = []
- object TabSheet1: TTabSheet
- Caption = 'General'
- object Label1: TLabel
- Left = 45
- Top = 106
- Width = 296
- Height = 26
- Caption =
- 'Makes BIGpage minimize to the system tray when the minimize butt' +
- 'on is clicked.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clAqua
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 45
- Top = 38
- Width = 278
- Height = 13
- Caption = 'Makes BIGpage remain always on top of all other windows.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clAqua
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 45
- Top = 171
- Width = 251
- Height = 13
- Caption = 'BIGpage will be opened everytime you start windows.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clAqua
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- WordWrap = True
- end
- object Label4: TLabel
- Left = 45
- Top = 235
- Width = 225
- Height = 13
- Caption = 'Adds a shortcut for BIGpage on the Start Menu.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clAqua
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- WordWrap = True
- end
- object cbAlwaysOnTop: TCheckBox
- Left = 27
- Top = 18
- Width = 97
- Height = 17
- Caption = 'Always on top'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object cbMinimizeSysTray: TCheckBox
- Left = 27
- Top = 86
- Width = 136
- Height = 17
- Caption = 'Minimize to System Tray'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object cbOpenAtStartup: TCheckBox
- Left = 27
- Top = 151
- Width = 158
- Height = 17
- Caption = 'Open BIGpage at Startup'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- Visible = False
- end
- object cbAddToStartMenu: TCheckBox
- Left = 27
- Top = 215
- Width = 136
- Height = 17
- Caption = 'Add to Start Menu'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- Visible = False
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Properties'
- TabVisible = False
- end
- object TabSheet3: TTabSheet
- Caption = 'Connection'
- object Label5: TLabel
- Left = 27
- Top = 47
- Width = 41
- Height = 13
- Caption = 'Address:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object ed: TLabel
- Left = 27
- Top = 74
- Width = 22
- Height = 13
- Caption = 'Port:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object cbEnableProxy: TCheckBox
- Left = 27
- Top = 18
- Width = 211
- Height = 17
- Caption = 'Access the Internet via a Proxy Server'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object edAddress: TEdit
- Left = 75
- Top = 43
- Width = 259
- Height = 21
- TabOrder = 1
- end
- object edPort: TEdit
- Left = 75
- Top = 70
- Width = 67
- Height = 21
- TabOrder = 2
- end
- end
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 344
- Width = 467
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- Color = clNavy
- TabOrder = 1
- object btnCancel: TTransparentButton
- Left = 383
- Top = 3
- Width = 70
- Height = 24
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- FrameStyle = fsLight
- ParentFont = False
- OnClick = btnCancelClick
- end
- object btnOK: TTransparentButton
- Left = 309
- Top = 3
- Width = 70
- Height = 24
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- FrameStyle = fsLight
- ParentFont = False
- OnClick = btnOKClick
- end
- end
- end
-